projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7728aa
)
ARM: uniphier: allow to disable CONFIG_MICRO_SUPPORT_CARD
author
Masahiro Yamada
<
[email protected]
>
Mon, 21 Sep 2015 15:27:33 +0000
(
00:27
+0900)
committer
Masahiro Yamada
<
[email protected]
>
Thu, 24 Sep 2015 15:27:53 +0000
(
00:27
+0900)
Without this, build fails if CONFIG_MICRO_SUPPORT_CARD is disabled.
Signed-off-by: Masahiro Yamada <
[email protected]
>
arch/arm/mach-uniphier/spl.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-uniphier/spl.c
b/arch/arm/mach-uniphier/spl.c
index f0df9b1e4e897b629edbc8e7d4d70c7e5b182f0d..4c3cad3b88baf0fd40a7ca5f0d88175eae138760 100644
(file)
--- a/
arch/arm/mach-uniphier/spl.c
+++ b/
arch/arm/mach-uniphier/spl.c
@@
-13,6
+13,10
@@
void __weak bcu_init(void)
{
};
+void __weak sbc_init(void)
+{
+};
+
void __weak sg_init(void)
{
};